home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 534 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  661 b 

  1. Date: Mon, 11 Oct 93 10:37:59 -0700
  2. From: ersmith@netcom.com (Eric R. Smith)
  3. Message-Id: <9310111737.AA05555@netcom5.netcom.com>
  4. To: avgroeni@cs.ruu.nl, groenink@math.ruu.nl, mint@atari.archive.umich.edu
  5. Subject: Re:  Frequent memory violations---bug in MiNT
  6.  
  7. >I found the following lines somewhere in the MiNT code (sorry, I don't
  8. >remember where exactly)
  9. >
  10. >    if (random() == 0x2345)
  11. >    {    *0 = 1;
  12. >    }
  13.  
  14. Sounds like someone is distributing an unauthorized (and corrupted)
  15. version of MiNT. I just did
  16.    fgrep andom *.c *.spp
  17. and got back only a comment ("/* next, unhook various random vectors */")
  18. in bios.c.
  19.  
  20. Where did you get your copy of MiNT?
  21.  
  22. Regards,
  23. Eric
  24.